/*! Reset CSS */ img,legend{border:0}legend,td,th{padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}table{border-collapse:collapse;border-spacing:0}



body {
	color: #222;
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 1.4em;
}

strong { font-weight: bold; }

a, a:visited {
	font-family: Arial, sans-serif;
	color: #034a76;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:focus, a:active {
	text-decoration: underline;
}

.main-wrapper {
	width:1000px;
	margin:0 auto;
}

.main-content { 
	color: #888;
	padding: 30px 0 20px 0;
}

.container {
	padding: 0 30px;
	position: relative;          
}

.preheader-text {  
	padding-top: 65px;
	font-size: 14px;
}

.blue { color: #0190D5; }
.magenta { color: #ce0853; }

.pt15 { padding-top: 15px; }
.mb20 { margin-bottom: 20px; }

.form-row { margin-bottom: 15px; }
.form-row input[type="text"] { 
	width: 100%;
	color: #000;
	padding: 5px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.form-row input[type="submit"] {
	background-color: #F19E17;
	color: #FFF;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	line-height: 1;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 0;
	-webkit-box-shadow: 0px 0px 2px 0px #555;
	-moz-box-shadow: 0px 0px 2px 0px #555;
	box-shadow: 0px 0px 2px 0px #555;
}

.form-row label { 
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}

.form-row .required { 
	color: red;
}

.sidebar-title { color: #f19e17; font-size: 14px; text-transform: uppercase; line-height: 1; margin: 0 0 20px; font-weight: bold; }

.submitButton { 
	margin: 0 auto;
}

.clearfix:before,
.clearfix:after {
  content:"";
  display:table;
}
.clearfix:after {
  clear:both;
}

.align-center {  
	text-align: center;
}

.left { float: left; }
.right { float: right; }

.col-left {
	float:left;
	padding:0 20px 0 0;
	width: 543px;
}
.col-right {
	float:left;
	padding:0 0 0 20px;
	width: 350px;
}

.main-title { 
	color: #33acdf;
	font-size: 34px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1;
	margin: 0 0 20px;
}

.sec-title {  
	color: #002467;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 30px;
	line-height: 1;
}

.feature-content {  
	width: 100%;
	height: 232px;
	position: absolute;
	z-index: 2;
}

.feature-title {  
	font-size: 32px;
	text-transform: uppercase;
	font-weight: normal;
	padding-left: 250px;
	padding-top: 10px;
	z-index: 2;
}

.feature-offer {  
	position: relative;
	color: #fff;
	height: 232px;
	margin: 23px 0 110px 0;
	background-color: #007FBF;
}

.feature-image { position: absolute; left: 0; top: -21px; width: 477px; height: 331px; z-index: 1; }
.feature-text { font-size: 20px; padding-left: 450px; padding-top: 0px; }
.feature-call { color: #e3357d; font-weight: bold; }
.bold { color: #fff; font-weight: bold; }
.bold a:hover { color: #e3357d; }



.footer-nav a { color: #ffffff; text-transform: uppercase; font-size: 14px; }
.footer-privacy { font-size: 12px; line-height: 1.4em; color: #555; margin-bottom: 30px;}

.footer-links { margin-top: 70px; }
.social-links { margin: 0; padding:0; list-style: none; }
.social-links li { display: inline-block; margin-left: 5px; }
.footer-terms { text-align: center; }
.footer hr { color: #ccc; height: 1px; background-color: #ccc; font-size: 0; border: 0; margin-bottom: 5px;padding:0px !important;}

.footer-terms a { color: #555; font-weight: normal; padding: 0 5px; font-size: 14px; }
.footer-copyright { margin: 20px 0 20px 0; color: #555; font-size: 14px; }


.img_responsive { max-width:100%; height: auto !important; }

.offer2 { background-color: #e3e3e3; padding-top: 30px; padding-bottom: 30px; }
.offer2 .left { width: 540px; padding-right: 20px; }
.offer2 .right { width: 380px; }
.offer2-title {  
	color: #33acdf;
	font-size: 32px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1;
	margin: 10px 0 20px;
}

.offer2-subtitle {
	color: #002467;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px;
	line-height: 1;
}

.offer3 { padding-bottom:30px; text-align: center; }
.offer3 .left { width: 460px; background-color: #c3c3c3; padding: 20px;padding-bottom:59px; }
.offer3 .right { width: 460px; background-color: #d5d5d5; padding: 20px; }
.offer3-title {  
	color: #33acdf;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1;
	margin: 10px 0 20px;
}

.offer3-subtitle {
	color: #002467;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
	line-height: 1;
}

a.button {  
	display: inline-block;
	background-color: #F19E17;
	color: #FFF;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	line-height: 1;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 0px 0px 2px 0px #555;
	-moz-box-shadow: 0px 0px 2px 0px #555;
	box-shadow: 0px 0px 2px 0px #555;
}

a.button-white {  
	display: inline-block;
	background-color: #fff;
	color: #000;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	line-height: 1;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 0px 0px 2px 0px #555;
	-moz-box-shadow: 0px 0px 2px 0px #555;
	box-shadow: 0px 0px 2px 0px #555;
}

@media screen and (max-width: 999px) {
	.main-wrapper { width:100%; margin:0; }
	.preheader { padding: 0 20px; }
	.col-left { width:100%; padding-right: 0;}
	.col-right { width:100%; padding-top: 20px; padding-left: 0; }
	.feature-image { position: static; width: auto; height: auto; text-align: center;}
	.feature-content {  
		background-color: #006cbe;
		width: 96%;
		height: auto;
		position: static;
		padding-top: 10px;
		padding-left: 2%;
		padding-right: 2%;
		padding-bottom: 10px;
	}
	.feature-offer {  
		position: static;
		height: auto;
		width: 100%;
		margin: 0;
	}
	.feature-title { 
		padding-left: 0;
		padding-top: 0;
		text-align: center;
		line-height: 1.2em;
	}
	.feature-text { padding-left: 0; padding-top: 0; padding-bottom: 10px; text-align: center; }
	
	.footer-links { margin-top: 20px; }
	.footer-nav .left, .footer-nav .right { float: none; text-align: center;}
	.social-links { margin: 10px 0 0 0; }
	.footer-copyright { padding: 0 20px; text-align: center; }
	
	.offer2 .left, .offer2 .right { width: 100%; }
	.offer3 .left, .offer3 .right { width: 88%; padding-left: 6%; padding-right: 6%; }
}

@media screen and (max-width: 600px) {
	.preheader .left { float: none; }
	.preheader .right { float: none; }
	.preheader-text { padding-top: 20px; text-align: center; }
	.preheader-call { display: inline-block; }
}

@media screen and (min-width: 477px) and (max-width: 999px) {
	.feature-offer {  
		background-color: #fff;
	}
	
	.feature-title { 
		margin: 20px 0;
		padding-left: 0;
		padding-top: 0;
		text-align: center;
		line-height: 1.2em;
	}
	.feature-text { padding-left: 0; padding-top: 0; padding-bottom: 10px; text-align: center; }
}
